home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0238.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  4.4 KB  |  84 lines

  1. For our own purposes I wrote an lp-daemon. It's a pair of programs
  2. alike wslpd (receive print-jobs from unix workstations, print received files). 
  3. The sources (Turbo Pascal for Windows 1.5) are available(aftp) at 
  4. baurz32.urz.uni-bamberg.de:/pub/windows31/lp_sourc.zip (exe-files in 
  5. lp_recv.zip - may be used as freeware).The programs have been tested with 
  6. Windows3.1/Winsocks1.1/Lan-Workplace.
  7.  
  8. Because the programs have not been written to be published, most
  9. comments and strings are in german (sorry) and the programs may not be
  10. easy to read. I'm not a professional programmer and these programs are my 
  11. first programs using winsocks and using printer output. So some
  12. APIs may be used not correctly. 
  13.  
  14. Thanks to Dave Brooks (the author of "Winsock Print Manager and
  15. Print Spooler"), who made his wslpd available last year and gave me
  16. some help to implement an own spooler compatible to his daemon (this
  17. was the first step, before I wrote my own daemon).
  18.  
  19. Mail me if there are some questions.    
  20.  
  21.    Rudolf Gardill
  22. --------------------------------------------------------------------
  23. From news@bigblue.oit.unc.edu Wed Apr 20 06:04:04 1994
  24. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  25.           id AA03194; Thu, 21 Apr 1994 06:44:12 -0400
  26. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  27.           id AA22029; Thu, 21 Apr 1994 05:22:47 -0500
  28. Received: from GATEWAY by bigblue with netnews
  29.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  30. To: winsock@sunsite.unc.edu
  31. Date: Wed, 20 Apr 1994 06:04:04 GMT
  32. From: jones@cbdb1.nimh.nih.gov (Doug Jones)
  33. Message-Id: <jones.19.00011170@cbdb1.nimh.nih.gov>
  34. Organization: CBDB/NIMH/NIH
  35. Sender: ses
  36. References: <2p11co$194@apollo.is.co.za>
  37. Subject: Re: WinSock, IPX, NeBEUI, WFW3.11
  38.  
  39. In article <2p11co$194@apollo.is.co.za> niallm@apollo.is.co.za (Niall Murphy) 
  40. writes:
  41. >We're trying to get IPX and TCP/IP to co-exist uner Windows 3.11 (WFW).  If
  42. >we can bet NetBEUI to work too, that's a bonus.  Our primary problem is that
  43. >WinSock seems very flacky - it's doing most stuff, but crashes out on the
  44. >crucials (eg. actually running apps on remote hosts - don't laugh).  We
  45. >think the error info is locking the terminal.
  46. >Our core requirement is to have Windows and DOS users on our Ethernet LAN
  47. >talk to our NetWare 3.11 host as well as our Sun host using IPX and IP
  48. >respectively.
  49. >Our Macs of course have worked like a dream.  But then again, not everyone can
  50. >be "cool" I geuss.
  51. >Niall Murphy (niallm@apollo.is.co.za)
  52. I recently did a similar install... similar but not identical, maybe this will
  53. help. (First, for what you're facing I'd highly recomment Micrsosoft's
  54. Windows for Workgroups 3.11 Resource Kit - THE _REAL_ manual.)
  55. Following this went quite smoothly using the MS TCP/IP-32 beta 2
  56. (Daytona) which install as 32-bit protected mode VxD. First, uninstall
  57. any existing TCP/IP, and tell WFW to NOT provide ANY network stuff
  58. in its Network Setup dialog. You want to install Novell first, then when
  59. WFW installs itself it automatically detects the presence of NetWare
  60. and saves you the trouble of some gruesome hand editting. We put
  61. on the Novel ODI drivers as recommended by all of the above -
  62. Novell quit supporting IPX/SPX long ago. The Novell ODI stuff takes
  63. about 4 lines in AUTOEXEC.BAT - lsl.com, <mlid> driver for your board,
  64. ipxodi.com, netx.exe - as I recall. Reboot and make sure all your NetWare
  65. connections come up OK. Then run Windows and Network Setup - tell
  66. it you want network support. On our machines, it did as advertised: detected
  67. NetWare's ODI stuff and auotmatically configured itself around it, even
  68. editted net.cfg to add appropriate frames etc. Reboot and make sure these
  69. two are working happily together. Then in Network Setup install the TCP/IP
  70. support as an [Add protocol...] Unlisted... (be sure to use mtcpb2.exe!! from
  71. ftp.microsoft.com in /peropsys/WFW/tcpip/vxdbeta - the March beta didn't
  72. quite do the ODI thing correctly). That should do it. I had tried other winsock
  73. and TCP/IP stacks and IPX with A LOT of non-working configurations -
  74. seems they usually both want to be lanabase=0 (lana=0?) (the default for
  75. old stuff) and the conflict crashes both!! I'm not sure, but I think the above
  76. even allowed WFW's IPX/SPX with NetBIOS - but I'd highly recommend
  77. just using NetBEUI if you can - it REALLY slowed down all my WFW net
  78. stuff when IPX was enabled, without it NetBEUI blazes.
  79. Good Luck
  80. Doug
  81. jones@cbdb1.nimh.nih.gov
  82.  
  83.